home *** CD-ROM | disk | FTP | other *** search
/ The Utilities Experience / The Utilities Experience - Volume 1.iso / software / demos / r-z / stormc-demo / include / clib / bullet_protos.h < prev    next >
C/C++ Source or Header  |  1996-01-02  |  1KB  |  46 lines

  1. #ifndef  CLIB_BULLET_PROTOS_H
  2. #define  CLIB_BULLET_PROTOS_H
  3.  
  4. /*
  5. **    $VER: bullet_protos.h 38.0 (19.6.92)
  6. **    Includes Release 40.15
  7. **
  8. **    C prototypes. For use with 32 bit integers only.
  9. **
  10. **    (C) Copyright 1990-1993 Commodore-Amiga, Inc.
  11. **        All Rights Reserved
  12. */
  13.  
  14. #ifndef  UTILITY_TAGITEM_H
  15. #include <utility/tagitem.h>
  16. #endif
  17. #ifndef  DISKFONT_GLYPH_H
  18. #include <diskfont/glyph.h>
  19. #endif
  20.  
  21. #ifdef __cplusplus
  22. extern "C" {
  23. #endif
  24.  
  25. struct GlyphEngine *OpenEngine( void );
  26. void CloseEngine( struct GlyphEngine *glyphEngine );
  27. ULONG SetInfoA( struct GlyphEngine *glyphEngine, struct TagItem *tagList );
  28. ULONG SetInfo( struct GlyphEngine *glyphEngine, Tag tag1, ... );
  29. ULONG ObtainInfoA( struct GlyphEngine *glyphEngine, struct TagItem *tagList );
  30. ULONG ObtainInfo( struct GlyphEngine *glyphEngine, Tag tag1, ... );
  31. ULONG ReleaseInfoA( struct GlyphEngine *glyphEngine,
  32.     struct TagItem *tagList );
  33. ULONG ReleaseInfo( struct GlyphEngine *glyphEngine, Tag tag1, ... );
  34.  
  35. #ifdef __cplusplus
  36. }
  37. #endif
  38.  
  39. #ifdef STORMPRAGMAS
  40. #ifndef _INCLUDE_PRAGMA_BULLET_LIB_H
  41. #include <pragma/bullet_lib.h>
  42. #endif
  43. #endif
  44.  
  45. #endif     /* CLIB_BULLET_PROTOS_H */
  46.